PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseAdvancedEditor<P,E> Class / CreatePopupEditor Method
The parent grid

In This Topic
    CreatePopupEditor Method (BaseAdvancedEditor<P,E>)
    In This Topic
    Creates the editor used inside the window.
    Syntax
    'Declaration
     
    
    Public MustOverride Function CreatePopupEditor( _
       ByVal parent As C1PropertyGrid _
    ) As E
    public abstract E CreatePopupEditor( 
       C1PropertyGrid parent
    )

    Parameters

    parent
    The parent grid
    See Also